home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programmer's Power Pack
/
Delphi Volume 1.iso
/
e_to_l
/
grabicon
/
readme.txt
< prev
next >
Wrap
Text File
|
1996-09-15
|
2KB
|
54 lines
*****************************
README.TXT
*****************************
The GrabIconImage Visual Component is based on the TImage component with one
additional property: EXEFileName. Provide an executable filename (*.exe),
dynamic link library (*.dll), or Icon file (*.ico) and the image file will
extract the first icon in the file.
Use this to extract icons and save them to increase your image library or
display the icons of working files.
The included sample program demonstrates reading an icon from the winhelp.exe
file and sving it to disk.
The Delphi Component Unit (GRABICON.DCU) is shareware. The cost is
$10 US, to register it:
On Compuserve GOSWREG, Reg. ID# 9327
Send check or money order to:
Software Conceptions, Inc
4352 Dobie Rd
Okemos, MI 48864
internet:
softcon@sojourn.com
*********************
Packing List
*********************
GRABICON.DCR
GRABICON.DCU
PROJECT1.DPR
PROJECT1.OPT
PROJECT1.RES
README.TXT
UNIT1.DFM
UNIT1.PAS
***************************************************************************
Caution: Make a backup copy of complib.dcl before modifying the component
library file.
***************************************************************************
To add the component to the Delphi palette, select
Options|Install|Add
Select the GRABICON.DCU file (ensuring the GRABICON.DCR file
is in the same directory) and click Ok. This will recompile
the component library file and add the component to the palette.